Skip to content

📝 [#694] Add minimum postgres database requirements#695

Merged
stevenbal merged 1 commit intomasterfrom
feature/694-Add-minimum-postgres-database-requirements
Nov 13, 2025
Merged

📝 [#694] Add minimum postgres database requirements#695
stevenbal merged 1 commit intomasterfrom
feature/694-Add-minimum-postgres-database-requirements

Conversation

@OlhaZahoruiko
Copy link
Contributor

Fixes #694

Changes

[Describe the changes here]

@codecov-commenter
Copy link

codecov-commenter commented Nov 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.00%. Comparing base (a54a03d) to head (f033044).
⚠️ Report is 10 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #695      +/-   ##
==========================================
+ Coverage   83.96%   84.00%   +0.04%     
==========================================
  Files         131      131              
  Lines        2488     2495       +7     
  Branches      198      199       +1     
==========================================
+ Hits         2089     2096       +7     
  Misses        354      354              
  Partials       45       45              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 3, 2025

🐰 Bencher Report

Branchfeature/694-Add-minimum-postgres-database-requirements
Testbedubuntu-latest

🚨 4 Alerts

BenchmarkMeasure
Units
ViewBenchmark Result
(Result Δ%)
Upper Boundary
(Limit %)
performance_test/tests/test_objects_list.py::test_objects_api_list_filter_by_object_typeLatency
milliseconds (ms)
📈 plot
🚷 threshold
🚨 alert (🔔)
117.00 ms
(+7.44%)Baseline: 108.90 ms
114.35 ms
(102.32%)

performance_test/tests/test_objects_list.py::test_objects_api_list_filter_one_resultLatency
milliseconds (ms)
📈 plot
🚷 threshold
🚨 alert (🔔)
21.81 ms
(+7.14%)Baseline: 20.35 ms
21.37 ms
(102.04%)

performance_test/tests/test_objects_list.py::test_objects_api_list_large_page_size_page_1Latency
milliseconds (ms)
📈 plot
🚷 threshold
🚨 alert (🔔)
277.09 ms
(+8.39%)Baseline: 255.63 ms
268.41 ms
(103.23%)

performance_test/tests/test_objects_list.py::test_objects_api_list_large_page_size_page_5Latency
milliseconds (ms)
📈 plot
🚷 threshold
🚨 alert (🔔)
278.45 ms
(+8.46%)Baseline: 256.74 ms
269.57 ms
(103.29%)

Click to view all benchmark results
BenchmarkLatencyBenchmark Result
milliseconds (ms)
(Result Δ%)
Upper Boundary
milliseconds (ms)
(Limit %)
performance_test/tests/test_objects_list.py::test_objects_api_list_filter_by_object_type📈 view plot
🚷 view threshold
🚨 view alert (🔔)
117.00 ms
(+7.44%)Baseline: 108.90 ms
114.35 ms
(102.32%)

performance_test/tests/test_objects_list.py::test_objects_api_list_filter_one_result📈 view plot
🚷 view threshold
🚨 view alert (🔔)
21.81 ms
(+7.14%)Baseline: 20.35 ms
21.37 ms
(102.04%)

performance_test/tests/test_objects_list.py::test_objects_api_list_large_page_size_page_1📈 view plot
🚷 view threshold
🚨 view alert (🔔)
277.09 ms
(+8.39%)Baseline: 255.63 ms
268.41 ms
(103.23%)

performance_test/tests/test_objects_list.py::test_objects_api_list_large_page_size_page_5📈 view plot
🚷 view threshold
🚨 view alert (🔔)
278.45 ms
(+8.46%)Baseline: 256.74 ms
269.57 ms
(103.29%)

performance_test/tests/test_objects_list.py::test_objects_api_list_small_page_size_page_20📈 view plot
🚷 view threshold
129.69 ms
(+4.88%)Baseline: 123.65 ms
129.83 ms
(99.89%)
🐰 View full continuous benchmarking report in Bencher

@OlhaZahoruiko OlhaZahoruiko force-pushed the feature/694-Add-minimum-postgres-database-requirements branch from 374cbb5 to dc50579 Compare November 4, 2025 11:32
@OlhaZahoruiko OlhaZahoruiko marked this pull request as ready for review November 4, 2025 11:45
@OlhaZahoruiko OlhaZahoruiko force-pushed the feature/694-Add-minimum-postgres-database-requirements branch from 355232c to d5a0dfd Compare November 6, 2025 16:15
@OlhaZahoruiko OlhaZahoruiko force-pushed the feature/694-Add-minimum-postgres-database-requirements branch from aa87835 to f033044 Compare November 11, 2025 11:30
@stevenbal stevenbal merged commit d7ac205 into master Nov 13, 2025
25 checks passed
@stevenbal stevenbal deleted the feature/694-Add-minimum-postgres-database-requirements branch November 13, 2025 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add minimum postgres database requirements to documentation

3 participants